iT邦幫忙

第 11 屆 iThome 鐵人賽

DAY 7
0
自我挑戰組

python30天自學筆記系列 第 7

Day 7. 集合、字典的基本運算 - Set、Dictionary

  • 分享至 

  • xImage
  •  

今天要來講集合、字典的基本運算 - Set、Dictionary
集合:一群資料,沒有順序性

1.判斷資料是否存在:使用 in 和 not in 符號
https://ithelp.ithome.com.tw/upload/images/20190922/20121028Q1U5j5osym.jpg
2.交集、聯集:使用 & 和 | 運算符號
3.差集、反交集:使用 - 和 ^ 運算符號
https://ithelp.ithome.com.tw/upload/images/20190922/2012102810S5yqsRpN.jpg
4.字串拆解為集合:set
https://ithelp.ithome.com.tw/upload/images/20190922/20121028jkQDpxlgQT.jpg
字典:鍵值對(Key-Value-Pair)

1.Key對應Value
https://ithelp.ithome.com.tw/upload/images/20190922/20121028FovABU41aN.jpg
2.判斷資料是否存在:使用 in 和 not in 符號
https://ithelp.ithome.com.tw/upload/images/20190922/20121028sf3eirlxrW.jpg
3.刪除鍵值對:del
https://ithelp.ithome.com.tw/upload/images/20190922/20121028sKwBZCglo8.jpg
4.從列表建立字典:以列表的資料為基礎來建立字典
https://ithelp.ithome.com.tw/upload/images/20190922/20121028acQ3V4aPr7.jpg


上一篇
Day 6. 有序列表的基本運算
下一篇
Day 8. 流程控制:if 判斷式
系列文
python30天自學筆記30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言